home *** CD-ROM | disk | FTP | other *** search
-
-
-
- AAAASSSSIIIINNNN((((3333FFFF)))) AAAASSSSIIIINNNN((((3333FFFF))))
-
-
-
- NNNNAAAAMMMMEEEE
- asin, dasin, qasin, asind, dasind, qasind - FORTRAN arcsine intrinsic
- function
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- rrrreeeeaaaallll rrrr1111,,,, rrrr2222
- ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn ddddpppp1111,,,, ddddpppp2222
- rrrreeeeaaaallll****11116666 qqqqpppp1111,,,, qqqqpppp2222
- rrrreeeeaaaallll****4444 rrrr3333,,,, rrrr4444
- rrrreeeeaaaallll****8888 ddddpppp3333,,,, ddddpppp4444
- rrrreeeeaaaallll****11116666 qqqqpppp3333,,,, qqqqpppp4444
-
- rrrr2222 ==== aaaassssiiiinnnn((((rrrr1111))))
-
- ddddpppp2222 ==== ddddaaaassssiiiinnnn((((ddddpppp1111))))
- ddddpppp2222 ==== aaaassssiiiinnnn((((ddddpppp1111))))
-
- qqqqpppp2222 ==== qqqqaaaassssiiiinnnn((((qqqqpppp1111))))
- qqqqpppp2222 ==== aaaassssiiiinnnn((((qqqqpppp1111))))
-
- rrrr4444 ==== aaaassssiiiinnnndddd((((rrrr3333))))
-
- ddddpppp4444 ==== ddddaaaassssiiiinnnndddd((((ddddpppp3333))))
- ddddpppp4444 ==== aaaassssiiiinnnndddd((((ddddpppp3333))))
-
- qqqqpppp4444 ==== qqqqaaaassssiiiinnnndddd((((qqqqpppp3333))))
- qqqqpppp4444 ==== aaaassssiiiinnnndddd((((qqqqpppp3333))))
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- _a_s_i_n returns the real arcsine of its real argument, _d_a_s_i_n returns the
- double-precision arcsine of its double-precision argument, and _q_a_s_i_n
- returns the real*16 arcsine of its real*16 argument. The absolute value
- of the arguments for _a_s_i_n, _d_a_s_i_n, and _q_a_s_i_n must be less than or equal to
- one. The result is in radians and is in the range -pi/2 <= _r_e_s_u_l_t <=
- pi/2. The generic form _a_s_i_n may be used with impunity as it derives its
- type from that of its argument.
-
- _a_s_i_n_d returns the real*4 arcsine of its real*4 argument, _d_a_s_i_n_d returns
- the real*8 arcsine of its real*8 argument, and _q_a_s_i_n_d returns the real*16
- arcsine of its real*16 argument. The absolute value of the arguments for
- _a_s_i_n_d, _d_a_s_i_n_d, and _q_a_s_i_n_d must be less than or equal to one. The result
- is in degrees and is in the range -90 <= _r_e_s_u_l_t <= 90. The generic form
- _a_s_i_n_d may be used with impunity as it derives its type from that of its
- argument.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- trig(3M).
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-